DioDocs for PDF
FillRoundRect(RectangleF,Single,Single,Brush,Nullable<RectangleF>,Nullable<Matrix3x2>) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > GcGraphics クラス > FillRoundRect メソッド : FillRoundRect(RectangleF,Single,Single,Brush,Nullable<RectangleF>,Nullable<Matrix3x2>) メソッド
A System.Drawing.RectangleF structure that represents the rectangle to fill.
The x-radius for the quarter ellipse that is drawn to replace every corner of the rectangle.
The y-radius for the quarter ellipse that is drawn to replace every corner of the rectangle.
The brush to use.
The optional bounds for a gradient brush.
The transformation applied to the brush.
Fills a rounded rectangle using a specified brush.
シンタックス
'宣言
 
Public Overloads Sub FillRoundRect( _
   ByVal bounds As System.Drawing.RectangleF, _
   ByVal radiusX As System.Single, _
   ByVal radiusY As System.Single, _
   ByVal brush As Brush, _
   Optional ByVal brushBounds As System.Nullable(Of RectangleF), _
   Optional ByVal brushTransform As System.Nullable(Of Matrix3x2) _
) 
public void FillRoundRect( 
   System.Drawing.RectangleF bounds,
   System.float radiusX,
   System.float radiusY,
   Brush brush,
   System.Nullable<RectangleF> brushBounds,
   System.Nullable<Matrix3x2> brushTransform
)

パラメータ

bounds
A System.Drawing.RectangleF structure that represents the rectangle to fill.
radiusX
The x-radius for the quarter ellipse that is drawn to replace every corner of the rectangle.
radiusY
The y-radius for the quarter ellipse that is drawn to replace every corner of the rectangle.
brush
The brush to use.
brushBounds
The optional bounds for a gradient brush.
brushTransform
The transformation applied to the brush.
参照

GcGraphics クラス
GcGraphics メンバ
オーバーロード一覧